home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Magazin / Future-PD / Legend / c / IffView.ReadMe < prev   
Text File  |  2000-05-16  |  2KB  |  81 lines

  1. Short:        Shows IFF Pictures & Plays IFF Samples
  2. Author:       poseidon@sbox.tu-graz.ac.at
  3. Uploader:     jschober@campusart.com
  4. Version:      V1.0
  5. Type:         gfx/show
  6. Requires:     AmigaOS 2.0+
  7. Replaces:     Braindead viewers
  8. Distribution: Freeware
  9. Action:       AGA/ECS, Multitasking, Screen, GfxBoards
  10.  
  11.  
  12. IffView is a very small tool to show up IFF-Pictures (ILBM)
  13. and playing IFF-Samples (8SVX) together (C-Source included).
  14.  
  15.  
  16. Features:
  17.   Shows picture on screen and every GfxBoard
  18.   Playing sample via audio.device from FastMem
  19.   Enforcer-Hit free
  20.  
  21.  
  22. Shell usage: IffView Picture [Sample] [AUTOEXIT]
  23.  
  24. Icon ToolTypes: PICTURE=FileName
  25.                 SAMPLE=FileName
  26.                 AUTOEXIT
  27.  
  28. PictureFileName:
  29.   FileName of an IFF-Picture.
  30.  
  31. SampleFileName:
  32.   FileName of an IFF-Sample.
  33.  
  34. AUTOEXIT:
  35.   If a sample is playing oneshot, IffView will exit
  36.   automatically at the end of playing the sample.
  37.   No automatically exit, if the sample is looped,
  38.   or AUTOEXIT is not set, or no sample is playing.
  39.  
  40.  
  41. ErrorReqesters can be closed with Return- or ESC-Key.
  42. ErrorRequesters are only shown, if started from WB,
  43. else the error is printed into the Shell-Window.
  44. If an error occurs, the Shell-returncode is 10.
  45.  
  46.  
  47. Used Keys, when showing a picture:
  48.   Press Return or Space-Key or any MouseButton to exit.
  49.   Press the ESC-Key to exit with Shell-returncode 5.
  50.   This is very useful for scripts, using FAILAT 5
  51.   to enable canceling a script (no CTRL-C checking).
  52.  
  53.  
  54. Not supported pictures:
  55.   HAM, more than 256 Colors:
  56.     Im not satisfied, to write remapping functions to show
  57.     HAM on GfxBoards or 24Bit on AGA/ECS.
  58.  
  59.   Masking Plane:
  60.     Remove it in your Paint-programm by Disabling/Deleting
  61.     Stencil and saving again (the new file will be shorter).
  62.  
  63.  
  64. Not supported samples:
  65.   Stereo, SampleCompression:
  66.     No time, no docs.
  67.  
  68.  
  69. SourceCode:
  70.   Nearly no comments;
  71.   If it was hard to write, it should be hard to read!)
  72.  
  73.  
  74. Author:
  75.   Oberdorfer Andreas
  76.   Merangasse 40
  77.   8010 Graz
  78.   Austria
  79.   +43/316/338234
  80.   poseidon@sbox.tu-graz.ac.at
  81.